home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / 3dkit1.zip / XTO3.BAT < prev    next >
DOS Batch File  |  1992-05-22  |  207b  |  6 lines

  1. rem -- Produces a SHRINKed 3DV file fron XYZ output, and cleans up
  2. rem -- Takes the XYZ file name (without extension) as the only argument
  3. XYZto3DV %1.3DL | SHRINK > %1.TMP
  4. del %1.3d?
  5. ren %1.TMP %1.3DV
  6.